home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
image
/
qpng17e.zip
/
INSTALL.DAT
/
DRVSRC
/
DRVSRC.ZIP
/
STDVGA.ASM
< prev
next >
Wrap
Assembly Source File
|
1995-03-31
|
308b
|
23 lines
;
; QPV/386 video driver
; for standard VGA and non-supported VGA chipsets
;
.286
Code Segment Para 'Code'
Assume cs:Code
Org 100h
Procs dw Bank,Init,Exit,0
Bank: retf
Init: retf
Exit: retf
Code Ends
End Procs
; End of source.